projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
633cee4
)
(tpu-include) Use insert-file-contents, remove save-excursion.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Jun 1998 22:05:42 +0000
(22:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Jun 1998 22:05:42 +0000
(22:05 +0000)
lisp/emulation/tpu-edt.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/tpu-edt.el
b/lisp/emulation/tpu-edt.el
index 73d9cd3ee3ff320ccb3fb7b8d9fa08268ce20fae..78c4bbbedc896fbaf9b5713d7cb070ccca1e7df3 100644
(file)
--- a/
lisp/emulation/tpu-edt.el
+++ b/
lisp/emulation/tpu-edt.el
@@
-744,9
+744,8
@@
This is useful for inserting control characters."
(defun tpu-include (file)
"TPU-like include file"
(interactive "fInclude file: ")
- (save-excursion
- (insert-file file)
- (message "")))
+ (insert-file-contents file)
+ (message ""))
(defun tpu-get (file)
"TPU-like get file"